ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / ReentrantObservableCollection<T> Class / Move Method
The zero-based index specifying the location of the item to be moved.
The zero-based index specifying the new location of the item.

In This Topic
    Move Method (ReentrantObservableCollection<T>)
    In This Topic
    Moves the item at the specified index to a new location in the collection.
    Syntax
    'Declaration
     
    Public Sub Move( _
       ByVal oldIndex As System.Integer, _
       ByVal newIndex As System.Integer _
    ) 
    public void Move( 
       System.int oldIndex,
       System.int newIndex
    )

    Parameters

    oldIndex
    The zero-based index specifying the location of the item to be moved.
    newIndex
    The zero-based index specifying the new location of the item.
    See Also